Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ActionResult<T> Structure / Value Property


In This Topic
Value Property (ActionResult<T>)
In This Topic
Gets the T value represents the executing result.
Syntax
'Declaration
 
Public ReadOnly Property Value As T
 
'Usage
 
Dim instance As ActionResult(Of T)
Dim value As T
 
value = instance.Value

Property Value

A T value represents the executing result.
See Also